SftTree/OCX 7.0

SftTreeItems.Count Property

Softel vdm, Inc.

Returns the number of items in the tree control.

Syntax       

Get

VB.NET

Count = object.Count  As Integer

VB

Count = object.Count  As Long

C#.NET

int Count = object.Count;

VC++

long Count = object->Count;
long Count = object->GetCount();

C

HRESULT object->get_Count(long* Count);

Delphi

Count := object.Count   : Integer;

object

A SftTreeItems object.

Count

Returns the number of items in the tree control.

Comments

The Count property returns the number of items in the tree control.

The Items.Add and Items.Insert methods add new items.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com